-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Bump the Swift version to 6.3 #83748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also bump the runtime version number:
swift/Runtimes/Core/CMakeLists.txt
Line 62 in 4146a7f
VERSION 6.1.0${BUILD_NUMBER}) |
The version on https://github.com/swiftlang/swift/blob/release/6.2/Runtimes/Core/CMakeLists.txt#L57 |
@swift-ci test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other runtime projects need an update as well :(
We need to update that :( - this is embedded into the runtime itself. |
Need to also update following files:
|
swiftlang/swift-package-manager#9028
swiftlang/swift-testing#1213